Method: HTTPX::Parser::HTTP1#<<

Defined in:
lib/httpx/parser/http1.rb

#<<(chunk) ⇒ Object



19
20
21
22
# File 'lib/httpx/parser/http1.rb', line 19

def <<(chunk)
  @buffer << chunk
  parse
end